home *** CD-ROM | disk | FTP | other *** search
- .TH TEVAL
- 6 "IRIT Version 6.0"
- .SH NAME
- TEVAL
-
-
-
- CtlPtType TEVAL( TrivarType TV,
- NumericType UParam,
- NumericType VParam,
- NumericType WParam )
-
- Evaluates the provided trivariate TV at the given UParam,
- VParam and WParam values. UParam, VParam,
- WParam must be contained in the surface parametric domain if TV
- is a Bspline surface, or between zero and one if TV is a Bezier
- trivariate. The returned control point has the same type as the control
- points of TV.
-
- Example:
-
- CPt = TEVAL( TV1, 0.25, 0.22, 0.7 );
-
- evaluates TV at the parameter values of (0.25, 0.22, 0.7).
-